Movement Constraint Rule
data class MovementConstraintRule(val overshoot: Float, val scope: MovementConstraintScope = MovementConstraintScope.Scene)
A movement constraint rule. The scope determines which blocks the rule applies to; overshoot is a non-negative fraction of the moved block's own size.